home *** CD-ROM | disk | FTP | other *** search
/ FANTA 97 / FANTA97A (backup).iso / FRONTPAG.98 / DATA.Z / top.htx < prev    next >
Text File  |  1997-09-26  |  948b  |  44 lines

  1.  
  2. <html>
  3.  
  4. <head>
  5. <%if DoContentType EQ True%>
  6. <meta http-equiv="Content-Type" content="<%ContentType%>">
  7. <%endif%>
  8. <meta name="Microsoft Theme" content="<%Theme%>">
  9. <meta name="Microsoft Border" content="none">
  10. <title><!-- LOCALIZE this text -->Top Border</title>
  11. </head>
  12.  
  13. <body>
  14.  
  15. <%if DoTopLogo EQ True%>
  16. <p><!-- LOCALIZE the alt text in this image --><img src="../<%LogoImgUrl%>" 
  17. alt="[Company Logo Image]" border="0" <%LogoImgSize%>> 
  18. <!-- LOCALIZE this comment bot --><!--webbot bot="PurpleText" 
  19. preview="-- replace with your logo image" --> </p>
  20. <%endif%>
  21.  
  22. <%if DoTopLinks EQ True%>
  23. <p>
  24. <!--webbot bot="Navigation" s-type="global" b-include-home="T" b-include-up="T" -->
  25. </p>
  26. <p>
  27. <!--webbot bot="Navigation" s-type="banner" -->
  28. <br>
  29. <!--webbot bot="Navigation" s-type="siblings" -->
  30. </p>
  31. <%else%>
  32. <p>
  33. <!--webbot bot="Navigation" s-type="banner" -->
  34. </p>
  35. <%endif%>
  36.  
  37. <p> </p>
  38.  
  39. </body>
  40. </html>
  41.  
  42.  
  43.  
  44.